home *** CD-ROM | disk | FTP | other *** search
- object frmComment: TfrmComment
- Left = 443
- Top = 235
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Comment'
- ClientHeight = 161
- ClientWidth = 302
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object lblCommentText: TLabel
- Left = 4
- Top = 8
- Width = 67
- Height = 13
- Caption = '&Comment text:'
- end
- object pnlBottomButtons: TPanel
- Left = 0
- Top = 124
- Width = 302
- Height = 37
- Align = alBottom
- BevelOuter = bvNone
- BorderWidth = 5
- TabOrder = 2
- object comCancel: TButton
- Left = 223
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object comOk: TButton
- Left = 139
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- end
- object rchComment: TRichEdit
- Left = 4
- Top = 24
- Width = 293
- Height = 73
- ScrollBars = ssVertical
- TabOrder = 0
- OnKeyUp = rchCommentKeyUp
- end
- object chkAddToBottom: TCheckBox
- Left = 4
- Top = 104
- Width = 289
- Height = 17
- Caption = 'Add to &bottom of task'
- TabOrder = 1
- end
- object IvTranslator1: TIvTranslator
- DictionaryName = 'dcoAMStepBuilder'
- Left = 356
- Top = 84
- TargetsData = (
- 1
- 6
- (
- '*'
- 'Hint'
- 0)
- (
- '*'
- 'Caption'
- 0)
- (
- 'TRichEdit'
- 'Text'
- 0)
- (
- 'TMemo'
- 'Text'
- 0)
- (
- '*'
- 'Items'
- 0)
- (
- '*'
- 'Cells'
- 0))
- end
- end
-